home *** CD-ROM | disk | FTP | other *** search
- ERRORS,BUGS AND PROBLEMS ENCOUNTERED
-
-
- This small file is a compilation of a few solutions to the many annoying
- little probems in AMOS.
-
-
- Unfortunately,you can't load animations created in paint packages like
- "Deluxe Paint 3" into AMOS unless you have "AMOS Professional".
-
- Sometimes sprites go all funny and don't come out in the colours you defined
- them-Even if you used the "Get Sprite Palette" command-Here is a routine
- that supposedly fixes this problem:
- For I=0 to 15
- C=Colour(I)
- Colour 15+I,C
- Next I
-
-
- When using the AMOS compiler,it reports that you have not tested the
- program-If you have tested the program and nothing was wrong,we'll tell you
- why:The AMOS compiler is STUPID!!!There have been many times when I've tried
- to compile a program that works fine,but the compiler doesn't think so-This
- is sometimes caused if you use AMAL-Try writing "Amal On" to turn all Amal
- channels on if you turned each one on seperately or vice versa-Yes,it sounds
- stupid,but it sometimes works.
-
- I/O Error reported-You've tried to load/save in a file from disk but haven't
- used the correct settings or commands-Look back in your AMOS manuals for
- loading the type of file you want.
-
- "Out of Stack Space"-You keep sending AMOS to a subroutine or procedure to
- fast for the computer to be able to cope-So introduce the "Wait" command to
- slow things down a little-Try taking it out if the program gets bigger.
-
- "Syntax Error"-If you have typed something incorrectly,added to much or
- missed something out,AMOS will tell you-Look back in your manual to see what
- you should have typed.
-
-
-